home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AggregateAttributeDecl$12.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  983 b   |  25 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.AttributeDeclaration;
  4. import com.extensibility.xml.BaseDeclaration;
  5. import java.util.Hashtable;
  6.  
  7. class AggregateAttributeDecl$12 implements AggregateAttributeDecl.Operation {
  8.    // $FF: synthetic field
  9.    final String val$property;
  10.    // $FF: synthetic field
  11.    final Hashtable val$value;
  12.    // $FF: synthetic field
  13.    final AggregateAttributeDecl this$0;
  14.  
  15.    public void performOperation(AttributeDeclaration var1) {
  16.       ((BaseDeclaration)var1).putMetaPropAttrs(this.val$property, this.val$value);
  17.    }
  18.  
  19.    AggregateAttributeDecl$12(String var1, Hashtable var2, AggregateAttributeDecl var3) {
  20.       this.val$property = var1;
  21.       this.val$value = var2;
  22.       this.this$0 = var3;
  23.    }
  24. }
  25.